Vcenter Deployment DataMigrationInfo

Vcenter Deployment DataMigrationInfo
Vcenter Deployment DataMigrationInfo

The Vcenter Deployment DataMigrationInfo {schema contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "core": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "core_events_tasks": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "all": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "core_events_tasks_with_deferred": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "all_with_deferred": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    }
}
core
Required

Migrate only core data and configuration from vCenter Server. Events, tasks, and stats will not be migrated.

This property was added in vSphere API 7.0.0.0.

core_events_tasks
Required

Migrate core, events, and tasks from vCenter Server. Stats will not be migrated.

This property was added in vSphere API 7.0.0.0.

all
Required

Migrate all data from vCenter Server.

This property was added in vSphere API 7.0.0.0.

core_events_tasks_with_deferred
Optional

Migrate core, events, and tasks from vCenter Server. Events and tasks will be migrated after the upgrade. Stats will not be migrated.

This property was added in vSphere API 7.0.0.0.

This property will be available only if the source database is using an external database.

all_with_deferred
Optional

Migrate all data from vCenter Server. Events, tasks, and stats will be migrated after the upgrade.

This property was added in vSphere API 7.0.0.0.

This property will be available only if the source database is using an external database.